fix(ui5-toolbar): fix padding variable swap, item spacing, and Toolba…#13593
fix(ui5-toolbar): fix padding variable swap, item spacing, and Toolba…#13593PetyaMarkovaBogdanova wants to merge 4 commits into
Conversation
…rItem display Agent-Logs-Url: https://github.com/UI5/webcomponents/sessions/4fddc2f7-637b-475b-aa77-cb4a38583e71 Co-authored-by: PetyaMarkovaBogdanova <15124079+PetyaMarkovaBogdanova@users.noreply.github.com>
|
|
|
🧹 Preview deployment cleaned up: https://pr-13593--ui5-webcomponents.netlify.app |
kgogov
left a comment
There was a problem hiding this comment.
Hello @PetyaMarkovaBogdanova,
It looks like there is a failing test: "Should focus on the last interactive element outside the overflow popover when the overflow button disappears."
The issue is reproducible locally.
|
🚀 Deployed on https://pr-13593--ui5-webcomponents-preview.netlify.app |
|
Covered in #13653 |
|
🧹 Preview deployment cleaned up: https://pr-13593--ui5-webcomponents.netlify.app |
Three CSS bugs in
ui5-toolbaridentified via visual spec analysis against the AI test review.Changes
Toolbar.css— Fix swapped variable names inpaddingshorthand.padding: 0 right 0 leftwas referencing--_ui5-toolbar-padding-leftfor the right slot and vice versa:Toolbar-parameters.css— Bump--_ui5-toolbar-item-margin-rightfrom0.25rem→0.5remto match the visual spec.ToolbarItem.css— Removedisplay: inline-blockfrom:host. This was preventing flex-based responsive sizing for slotted content (e.g.ui5-breadcrumbs) because inline-block constrains the host to shrink-to-content width rather than participating correctly in the toolbar's flex layout.